﻿@charset "utf-8";
.hide_img{
	display: none;
}
body, th, td, button, input, select, textarea {
    font-family: "思源黑体";
    font-size: 12px;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}
.Company_qualification_txt > a{
	color: #aaa;
	font-size: 12px;
	line-height: 1.9;
}
.Company_qualification_a{
	color: #aaa;
	font-size: 12px;
	line-height: 1.9;
}
.Company_qualification_txt span{
	font-size: 12px;
	color: #aaaaaa;
	display:inline-block;
	/* margin-right: ; */
	/*display: block;
	float: left;*/
	line-height: 1.9;
	margin-right: 10px;
}
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
input{   background:none;outline:none;border:0px;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-size:12px;color: #444;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased}
/*body{line-height:1.6}*/
h1,h2,h3,h4,h5,h6{font-size:100% ; font-weight:normal;}
dd{margin: 0;padding: 0;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
/*a:hover{text-decoration:underline;outline:none}*/
a:hover{text-decoration:none;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
/*IE下a:hover 背景闪烁*/
html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*表单*/
.input-text,
.textarea{box-sizing:border-box;border:solid 1px #ddd;width:100%;-webkit-transition:all 0.2s linear 0s;-moz-transition:all 0.2s linear 0s;-o-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s}
.textarea{ height:100px;resize:none;font-size:14px; padding:4px}
.textarea-numberbar{ position:absolute; right:20px;bottom:5px;z-index:1;  margin-bottom:0}
.textarea-length{ font-style:normal}
.select{border:solid 1px #ddd;padding-right: 14px;
  -webkit-transition:all 0.2s linear 0s;-moz-transition:all 0.2s linear 0s;-o-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;
  text-align: center; appearance: none; -moz-appearance: none; -webkit-appearance: none;outline-color: transparent;
  background: url(/img/arrow.png) no-repeat scroll right center transparent;}
.input-text:hover,
.select:hover,
.textarea:hover{border: solid 1px #e32202}
::-webkit-input-placeholder{
	color: #aaaaaa;
}
::-webkit-input-placeholder{
	color: #aaaaaa;
}
::-moz-input-placeholder{
	color: #aaaaaa;
}
:-moz-input-placeholder{
	color: #aaaaaa;
}
:-ms-input-placeholder{
	color: #aaaaaa;
}

/*得到焦点后*/
.input-text.focus,
.textarea.focus{border:solid 1px #249cf9 \9;border-color:rgba(82,168,236,0.8);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6)}
/*不可点击*/
.input-text.disabled
,.textarea.disabled,
.input-text.disabled.focus,
.textarea.disabled.focus{background-color:#ededed; cursor:default;border-color: #ddd;-webkit-box-shadow:inset 0 2px 2px #e8e7e7;-moz-box-shadow:inset 0 2px 2px #e8e7e7;box-shadow:inset 0 2px 2px #e8e7e7}
/*只读状态*/
.input-text.disabled,
.textarea.disabled{background-color:#e6e6e6; cursor:default}
/*阴影*/
.input-text.box-shadow,
.textarea.box-shadow{-ms-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
/*行内元素*/
.input-text.inline{ display:inline-block; width:auto}

/*3.1.15 文字颜色
  Name:     style_color
  Example:    class="c-primary|c-sub|c-success|c-danger|c-warning|c-333|c-666|c-999|c-red|c-green|c-blue|c-white|c-black|c-orange"
  Explain:    主要颜色|次主色|强调色—成功|强调色—危险|强调色—警告色|强调色—错误色|次主色—浅黑|辅助色—灰色|标准色—红色|标准色—绿色|标准色—蓝色|标准色—白色|标准色—黑色|标准色—橙色
*/
/*全局默认链接颜色*/
/*body{background-color:#fff; color:#333}
.bg-fff{ background-color:#fff}*/
a{color:#333}
/*a:hover,.active a{color:#06c}*/
select::-ms-expand { display: none; }
select{
  appearance:none;
 -moz-appearance:none;
 -webkit-appearance:none;
}

input,button,select,textarea{outline:none}
textarea{resize:none}
/*清除默认样式*/
/*主要颜色*/
.c-primary,.c-primary a,a.c-primary{color:#5a98de}
.c-primary a:hover,a.c-primary:hover{ color:#5a98de}
/*次主色*/
.c-secondary,.c-secondary a,a.c-secondary{color:#555}
.c-secondary a:hover,a.c-secondary:hover{ color:#555}

/*强调色—成功*/
.c-success,.c-success a,a.c-success{color:#5eb95e}
.c-success a:hover,a.c-success:hover{ color:#5eb95e}

/*强调色—危险*/
.c-danger,.c-danger a,a.c-danger{color:#dd514c}
.c-danger a:hover,a.c-danger:hover{ color:#dd514c}

/*强调色—警告*/
.c-warning,.c-warning a,a.c-warning{color:#f37b1d}
.c-warning a:hover,a.c-warning:hover{ color:#f37b1d}

/*强调色—错误*/
.c-error,.c-error a,a.c-error{color:#c00}
.c-error a:hover,a.c-error:hover{ color:#c00}

/*辅助色—浅黑*/
.c-333,.c-333 a,a.c-333{color:#333}
.c-333 a:hover,a.c-333:hover{ color:#333}

/*辅助色—灰色*/
.c-666,.c-666 a,a.c-666{color:#666}
.c-666 a:hover,a.c-666:hover{ color:#666}
.c-999,.c-999 a,a.c-999{color:#999}
.c-999 a:hover,a.c-999:hover{color:#999}

/*标准色—红色*/
.c-red,.c-red a,a.c-red{color:red}
.c-red a:hover,a.c-red:hover{ color:red}
/*标准色—绿色*/
.c-green,.c-green a,a.c-green{color:green}
.c-red a:hover,a.c-red:hover{color:#dc1818}
/*标准色—蓝色*/
.c-blue,.c-blue a,a.c-blue{color:blue}
.c-blue a:hover,a.c-blue:hover{color:blue}
/*标准色—白色*/
.c-white,.c-white a,a.c-white{color:white}
.c-white a:hover,a.c-white:hover{color:white}
/*标准色—黑色*/
.c-black,.c-black a{color:black}
.c-black a:hover,a.c-black:hover{color:black}
/*标准色—橙色*/
.c-orange,.c-orange a,a.c-orange{color:orange}
.c-orange a:hover,a.c-orange:hover{color:orange}


/*3.1.8 外边距
  Name:     style_margin
  Example:    class="mt-5|mt-10..."
  Explain:    .mt表示上边距|.mb表示下边距|.ml表示左边距|.mr表示右边距
*/
.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-50{margin-top:50px}
.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}
.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}.ml-50{margin-left:50px}
.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mr-40{margin-right:40px}.mr-50{margin-right:50px}
/*3.1.9 内填充
  Name:     style_padding
  Example:    class="pt-5|pt-10|……"
  Explain:    .pt表示上填充|.pb表示下填充|.pl表示左填充|.pr表示右填充
*/
.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}
.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}
.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}
.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}
.pd-5{padding:5px}.pd-10{padding:10px}.pd-15{padding:15px}.pd-20{padding:20px}.pd-25{padding:25px}.pd-30{padding:30px}.pd-40{padding:40px}

/*元素类型转换*/
.di-ib{display: inline-block;}
.di-b{display: block;}
.di-i{display: inline}
.di-n{display: none;}





/*//开关按钮*/
.toggle-button-wrapper{height: 30px;position:relative;}
.toggle-button{opacity:0;filter:alpha(opacity=0);position:absolute;z-index:3;height: 30px;width: 80px;}
.button-label{position: relative;display: inline-block;width: 80px;height: 26px;
background-color: #ccc; box-shadow: #ccc 0px 0px 0px 2px;border-radius: 26px;overflow: hidden;}
.circle{position: absolute;top: 0;left: 0;width: 26px; height: 26px; border-radius: 50%;background-color: #fff; }
.button-label .text { line-height: 26px;font-size: 14px;text-shadow: 0 0 2px #ddd;}
.off { color: #fff; display: inline-block; text-indent: 34px;}
.button-label .circle{ left: 0;transition: all 0.3s;}
.toggle-button:checked + label.button-label .circle{left: 54px;}
.toggle-button:checked + label.button-label{ display: inline-block; }
.oggle-button:checked + label.button-label .off{ display: none; }
/*.toggle-button:checked + label.button-label{background-color: #51ccee;}*/
.toggle-button:checked + label.button-label{background-color: #5bb87f;}
/*//勾选框*/
.checkbox-group{}
.checkbox-inp{display:none;opacity:0;}
.checkbox-label{line-height: 18px; position: relative; display: -webkit-box;display: -webkit-flex;display: 
  -ms-flexbox;display: flex;cursor: pointer;-webkit-box-align: center;-webkit-align-items: center; 
  -ms-flex-align: center;align-items: center;}
.checkbox-label:before {display: inline-block;width: 18px;height: 18px;margin-right: 10px;border: 1px solid #666;border-radius: 3px; content: ''; color: #fff;
background-color: #f3f6f8;line-height: 20px;font-size:16px;text-align: center}
.checkbox-inp:checked+.checkbox-label:before{ content:'\2713';color:#fff;background-color: #31b968;border-color: #31b968;margin-top: 0;line-height: 23px;}

.baiImg{width: 100%;height: 100%;}
.p-t20{padding-top: 20px;}
/*表单的正确和错误的状态*/
.icon-start{display: inline-block;width: 20px;height: 20px;border-radius: 50%;line-height: 20px;font-weight: 900px;font-size: 12px;text-align: center;color: #fff;}
.cor-start{background-color: #33cb30;transform:rotate(7deg);-ms-transform:rotate(10deg); -moz-transform:rotate(10deg); -webkit-transform:rotate(10deg); -o-transform:rotate(10deg); }
.err-start{background-color: #e92a39;}
/* IE浏览器 */
/*搜索框*/
.input_box,
.top_input
{
  position: relative;
}
.placeholder {position: absolute;top: 10px;left: 10px;z-index: 10;color: #888;font-size: 14px;}
@font-face {
  font-family: 'iconfont';  /* project id 1885796 */
  src: url('//at.alicdn.com/t/font_1885796_qx1udqym5kh.eot');
  src: url('//at.alicdn.com/t/font_1885796_qx1udqym5kh.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1885796_qx1udqym5kh.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1885796_qx1udqym5kh.woff') format('woff'),
  url('//at.alicdn.com/t/font_1885796_qx1udqym5kh.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1885796_qx1udqym5kh.svg#iconfont') format('svg');
  }
/* 分享 */
  .bshare-custom a{display: inline-block;width: 31px!important;height: 31px!important;}
  .bshare-custom .bshare-weixin{  background: url(../img/icon.png)!important;
  background-position: -102px -22px!important;}

.bshare-custom .bshare-qzone{  background: url(../img/icon.png)!important;
  background-position: -173px -22px!important;}

.bshare-custom .bshare-sinaminiblog{  background: url(../img/icon.png)!important;
  background-position: -139px -22px!important;}
  .bsTop{width: 208px!important}
.bsFrameDiv>div{height: 205px!important;}

.Move_Share_btn{
  float: right;
  width: 80px;
  height: 30px;
  position: relative;
  background-color: #eeeeee;
  padding: 0 10px 0 32px;
  font-size: 14px;
  color: #f48a30;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #dddddd;
  margin-top: 15px;
}

.Move_Share_btn::after{
  position: absolute;
  content: "";
  width: 14px;
  height: 13px;
  background-image: url(../img/icon.png);
  background-position: -82px -30px;
  top: 9px;
    left: 11px;
}

.Move_Share_ctn_box_big{    width: 100%;
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
display: none;}
.Move_Share_ctn_box{
  height: 78%;
  background: rgba(0, 0, 0, 0.8);
}
.kePublic{
  height: 40%;
}
.gules_on{
	color: #e32202;
}
.kePublic{width: 100%;  height: 22%;overflow: hidden;position: fixed;bottom: 0px;background: #fff;}
.gb_resItms  li{float: left;width: 25%!important;height: 128px!important;font-size: 16px;text-align: center;color: #333;}
.gb_resItms  li a{float: left;width: 100%;}
.bdsharebuttonbox a img { width: 60px; height: 60px; }
.bdsharebuttonbox .bds_tsina { background: url(../img/home/tsina.png) no-repeat center center/60px 60px; background-position: center!important;}
.bdsharebuttonbox .bds_qzone { background: url(../img/home/qzone.png) no-repeat center center/60px 60px; background-position: center!important;}
.bdsharebuttonbox .bds_tqq { background: url(../img/home/tqq.png) no-repeat center center/60px 60px; background-position: center!important;}
.bdsharebuttonbox .bds_weixin { background: url(../img/home/weixin.png) no-repeat center center/60px 60px; background-position: center!important;}
.bdsharebuttonbox .bds_sqq { background: url(../img/home/tqq.png) no-repeat center center/60px 60px;background-position: center!important; }
/* .bdsharebuttonbox .bds_renren { background: url(../img/icon.png) no-repeat center center/60px 60px; background-position: center;} */
.bdsharebuttonbox .weixin_pengy{
  background: url(../img/home/pengy.png) no-repeat center center/60px 60px;background-position: center!important;
}
.bd_weixin_popup .bd_weixin_popup_foot { position: relative; top: -12px; }
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{
  height: 62px!important;;
}
ul.gb_resItms {
  padding-top: 20px;
}
  /* 内页小导航 */
  .PolicyFit_box_big {
    margin-top: 199px;
}
.PolicyFit_nav_box{
  overflow: hidden;
  padding: 25px 0 15px 0;
  font-size:14px
}
.PolicyFit_nav_box > a,
.PolicyFit_nav_box > p{
  float: left;
  font-size: 14px;
  color: #333333;
  
}
.PolicyFit_nav_box > h1{
  float: left;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  line-height: normal;
}
  /* 顶部导航 */
.Content{
  width: 1510px;
  margin: auto;
}
.nav_box_big{
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 199px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

  /* 微信分享 */
.wx-qrcode-wrapper{
	background-color: #fff;
	padding: 0px 15px 15px 15px;
	border-radius: 4px;
	box-shadow: 0 0px 4px 2px rgb(0 0 0 / 6%);
	-moz-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0px 4px 2px rgb(0 0 0 / 6%);
	z-index: 9999;
}
.qrcode_art_box{
	margin-top: 5px;
}
.close_btn{
	float: right;
}
.wx-qrcode{
	margin-top: 15px;
}


.weui-picker{
	z-index: 99999999!important;
}




/* 手机端调用浏览器分享 */
/* #share {
  display: block;
  border: 0;
  height: 1rem;
  width: 2rem;
  line-height: 1rem;
  text-align: center;
  margin: .5rem auto;
} */
.mask{
	position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
.mask_box{
 position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  
}
.Popular_policy_switch_title_box{
	position: relative;
}
.Popular_policy_switch_more{
	position: absolute;
	    font-size: 16px;
	    line-height: 40px;
	    color: #999;
		right: 0;
		top: 0;
}
.Popular_policy_switch_more:hover{
	color: #e60012;
}
.shareLinks {
  position: fixed;
  bottom: 0px;
  background-color: #fff;
  width: 100%;
}
.shareTitle {
  height: 1rem;
  line-height: 1rem;
  color: #505050;
  font-size: .32rem;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}
.shareLists {
  width: 100%;
  padding: 0.5rem 0;
  overflow: hidden;
}
.shareLists a {
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.shareLists a img {
  height: 0.8rem;
}
.shareLists a p {
  text-align: center;
  font-size: .28rem;
  color: #505050;
  margin-top: 0.2rem;
}
.cancelShare {
  width: 100%;
  height: 1rem;
  text-align: center;
  border-top: 1px solid #f4f4f4;
}
.cancelShare input{
  display: block;
  font-size: .32rem;
  color: #505050;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  border: 0;
  background-color:#fff; 
}
 .tip {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}
 .tip img {
  width: 100%;
}

/* 导航 */

/* .nav_box_big{
	padding: 20px 0;
} */
.top_logo_box_big{
	overflow: hidden;
	margin-top: 15px;
}
.top_logo_box{
	float: left;
	width: 80%;
}
.top_logo{
	float: left;
	margin-top: 10px;
}
.top_logo_txt_box{
	float: left;
	margin-left: 4%;
}
.top_logo_txt_name{
	font-size: 36px;
	font-weight: bold;
	color: #e32202;
}
.top_logo_txt{
	font-size: 16px;
	font-weight: bold;
	color: #e32202;
}
.top_logo_txt span{
	    margin-right: 15.3%;
}
.top_logo_txt span:last-child{
	margin-right: 0;
}

.top_logo_right_box{
	float: right;
	width: 20%;
	margin-top: 10px;
}
.top_logo_right_txt1{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}
.top_logo_right_txt2{
	text-align: right;
}
.top_logo_right_txt2 span{
	position: relative;
	font-size: 16px;
	color: #333333;
	margin-right:8%;
	text-align: right;
}
.top_logo_right_txt2 span:last-child{
	margin-right: 0;
}
.middle_box_big{
	overflow: hidden;
	margin-top: 20px;
}
.middle_box_big ul{
	float: left;
	width: 73%;
}
.middle_box_big ul li{
	float: left;
	position: relative;
	width: 160px;
	margin-right: 2%;
	height: 36px;
	border-radius: 4px;
	margin-bottom:25px;
	padding-left: 35px;
	line-height: 36px;
	border:1px solid #e1e1e1;
	font-size: 12px;
	color: #999;
}
.middle_box_big ul li::after{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../img/icon2.png);
	background-position: -17px -23px;
	left: 15px;
	top: 9px;
}
.middle_box_big ul li:nth-child(2)::after{
	background-position: -47px -23px;
}
.middle_box_big ul li:nth-child(3)::after{
	background-position: -79px -23px;
}
.middle_box_big ul li:nth-child(4)::after{
	background-position: -106px -23px;
}
.middle_box_big ul li:nth-child(5)::after{
	background-position: -137px -23px;
}
.banner_input_box_big{
	width: 23%;
	float: right;
}
.banner_input_box{
	width: 80%;
	float: left;
}
.banner_input_box input{
	width: 100%;
	height:36px;
	border:1px solid #d6d6d6;
	border-radius: 4px 0 0 4px;
	padding-left: 15px;
}
.banner_input_btn{
	width: 20%;
	float: left;
	background-color: #e32202;
	height: 36px;
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	border-radius:0  4px 4px 0;
	cursor: pointer;
}
.middle_nav_box_big{
	background-color: #e32202;
	
	    width: 100%;
	    height: 50px;
	    line-height: 50px;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
		    box-shadow: 0 0px 4px 0px rgb(0 0 0 / 6%);
		    -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.03);
		    -webkit-box-shadow: 0 2px 4px 0px rgb(0 0 0 / 6%);
			z-index: 999999;
}
.nav_ctn_left {
    color: #fff;
    cursor: pointer;
	position: relative;
}
.nav_ctn_left::after{
	position: absolute;
	width: 7px;
	height: 5px;
	background-image: url(../img/icon2.png);
	content: "";
	background-position: -182px -32px;
	    left: 6px;
	    top: 22px;
}
.show-area {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 3%;
}
.middle_nav_txt h3 {
  
}
.middle_nav_txt h3 a{
	display: block;
	line-height: 50px;
	padding: 0 5px;
	color: #fff;
	text-align: center;
}
.middle_nav_txt h3 a:hover{
	background-color: #aa1800;
	    color: #fff;
}
.middle_nav_txt h3 .on{
	background-color: #aa1800;
	    color: #fff;
}
.middle_nav_txt li {
    width: 100px;
    display: block;
    float: left;
    font-size: 14px;
    
    text-align: center;
}
.middle_nav_txt {
    float: left;
    width: 70%;
    margin-left: 1%;
}
.show-area {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 3%;
}
.show-area > strong {
    width: auto;
}
.show-area > span {
    width: auto;
    margin-left: 4%;
    font-weight: bold;
}
.nav_ctn_left {
    float: left;
    padding: 0 20px 0 15px;
    
    overflow: hidden;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.middle_nav_box .on{
	background-color: rgba(0, 0, 0, .25);
}
.Share_box_right {
    float: right;
    margin-top: 12px;
}


.middle_nav_txt > a:hover {
    background-color: #aa1800;
    color: #fff;
}
/* sss */
.Share_btn_box {
    float: left;
    position: relative;
}
.Share_box_right {
    float: right;
    margin-top: 12px;
}
.Share_ctn_box{
  position: relative;
  position: absolute;
width: 111px;
height: 35px;
  border-radius: 4px;
  background-color: #fff;
  left: -23px;
  top: 26px;
  display: none;
  box-shadow: 0 0px 4px 0px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 4px 0px rgb(0 0 0 / 6%);
  z-index: 999;
  
}
.bshare-Collection{
	background: url(../img/icon.png) !important;
	    background-position: -300px -23px !important;
}
.Share_ctn_box::after{
  position: absolute;
  content: "";
  width: 11px;
  height: 8px;
  background-image: url(../img/icon.png);
  top: -7px;
  left:36px;
}
.Share_ctn_box > li{
  width: 33.33%;
  height: 31px;
  float: left;
  background-image: url(../img/icon.png);
  cursor: pointer;
  
}
.Share_ctn_box > li:nth-child(1){  
  background-position: -102px -22px;
}
.Share_ctn_box > li:nth-child(2){  
  background-position: -173px -22px;
}
.Share_ctn_box > li:nth-child(3){  
  background-position: -139px -22px;
}
.show-area{
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 3%;
}
.Share_Consults_btn {
    position: relative;
    float: left;
    height: 30px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin-left: 10px;
    border: 1px solid #df8721;
    cursor: pointer;
    padding: 0 8px 0 25px;
	background-color: #f7b638;
	cursor: pointer;
}
.customerHover{
	display: none;
}
.Share_Consults_btn:hover .customerHover{
	display: block;
}
.Share_Consults_btn::after{
	content: "";
	width: 11px;
	height: 14px;
	position: absolute;
	background-image: url(../img/icon2.png);
	background-position: -89px -71px;
	left: 8px;
	top: 7px;
}
.Share_btn_box:hover .Share_ctn_box{
  display: block;
}
.Share_btn {
    width: 60px;
    height:30px;
    position: relative;
    background-color: #eeeeee;
    padding-left:25px;
    font-size: 12px;
    color: #666666;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #dddddd;
}
.Share_btn::after{
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background-image: url(../img/icon2.png);
	    background-position: -58px -71px;
	    left: 6px;
	    top: 7px;
	
}
/* 底部 */
.footer_top_box_big{
	background-color: #555555;
}
.footer_top_box{
	overflow: hidden;
}
.footer_top_box li{
	width: 16.66%;
	float: left;
	padding: 20px 0 25px 0;
	border-right: 1px solid #6a6a6a;
	
}
.footer_top_box li:first-child{
	border-left:1px solid #6a6a6a;
}
.footer_top_icon{
	width: 58px;
	height: 58px;
	border:1px solid #c1c1c1;
	border-radius: 30px;
	text-align: center;
	line-height: 58px;
	color: #dadada;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
}
.footer_top_txt{
	font-size: 12px;
	color: #c1c1c1;
	text-align: center;
	margin-top: 10px;
}
.footer_bottom_box{
	background-color: #333333;
	padding: 30px 0 30px 0;
}
.footer_bottom_middle_box,
.HotLinks_box_big{
	overflow: hidden;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 15px;
}
.footer_bottom_middle_left{
	float: left;
	width: 85%;
	overflow: hidden;
}
.footer_bottom_middle_right{
	float: right;
	width: 15%;
}
.footer_bottom_middle_left li{
	width: 33.33%;
	float: left;
}
.footer_bottom_middle_title{
	font-size: 14px;
	color: #f2f2f2;
}
.footer_bottom_middle_txt_box dd{
	margin-top: 10px;
}
.footer_bottom_middle_txt_box dd a{
	font-size: 12px;
	color: #aaaaaa;
	
}
.footer_bottom_middle_link dd{
	width: 20%;
	float: left;
	margin-top: 10px;
}
.footer_bottom_middle_link dd:nth-child(2n){
	width: 80%;
}
.footer_bottom_middle_link dd a{
	font-size: 12px;
	color: #aaaaaa;
	
}
/* 底部二维码 */
.footer_bottom_middle_right{
	overflow: hidden;
}
.footer_bottom_middle_right dt{
	width: 73px;
	float: left;
	margin-right: 20px;
}
.footer_bottom_middle_right dd{
	width: 73px;
	float: left;
	margin-top: 20px;
}
.bottom_middle_right_title{
	font-size: 14px;
	color: #f2f2f2;
}
.bottom_middle_right_txt{
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
}
.bottom_middle_right_img{
	margin: 10px 0;
}
.HotLinks_ctn_box{
	overflow: hidden;
}
.HotLinks_ctn_box dt{
	float: left;
	font-size: 14px;
	color: #f2f2f2;
}
.HotLinks_ctn_box dd{
	float: left;
	margin-right: 3%;
	margin-top: 2px;
}
.HotLinks_ctn_box dt{
	margin-right: 1.5%;
}
.HotLinks_ctn_box dd a{
	font-size: 12px;
	color: #aaaaaa;
	
}
.HotLinks_ctn_box{
	margin-top: 10px;
}
.Company_qualification_txt_box{
	padding: 5px 0 10px 0;
}
.Company_qualification_txt{
	overflow: hidden;
	margin-top: 15px;
}
.Company_qualification_txt span{
	font-size: 12px;
	color: #aaaaaa;
	display:inline-block;
	/* margin-right: ; */
	/*display: block;
	float: left;*/
	line-height: 1.9;
	margin-right: 10px;
}






@media (min-width:1440px) and (max-width:1530px ) { 
  .Content{
      width:1330px;
  }
  .footer_middle_ctn > li{
    height: 146px;
  }
  .Wechat_box_big,
.Telephone_box_big{
  height: 144px;
}
.Wechat_box_ctn,
.EnterNumber_box{
  padding: 5px 0 5px 0;
}
.top_logo_right_txt2 span{
	 margin-right: 9%;
 }
}
@media (min-width:1200px) and (max-width:1440px ) { 
  .Content{
      width:1170px;
  }

  /* 导航 */
  .city_box_big{
    max-width:70%;
  }
  .nav_ctn_left{
    max-width: 21%;
  }
  .middle_nav_txt{
    width: 77%;
	height:50px;
	overflow:hidden;
  }

  /* 底部 */
  .footer_Consults_box {
    width: 42.6%;
  }
  .Telephone_box_big > h6{
    font-size: 16px;
  }
 .middle_box_big ul{
 	  width: 76%;
 }
 
}

@media (min-width:992px) and (max-width:1200px ) { 
	.middle_box_big ul li{
		  padding-left: 0px;
		  text-align: center;
	}
	.top_logo_right_txt2 span{
		 margin-right: 11%;
	}
  .Content{
      width:960px;
  }
  .city_box_big{
    max-width: 100%;
	
  }
  .middle_nav_txt{
    width: 73%;
	height:50px;
	overflow:hidden;
  }
  .Share_box_right li{
    margin-left: 0;
  }
  .footer_right_ctn{
    width: 59%;
  }
  .footer_middle_ctn{
    width: 38.33%;
  }
  .footer_middle_ctn > li{
    height: 147px;
    width: 28%;
    margin-left: 0;
  }
  .footer_middle_ctn > li:nth-child(2){
    margin: 0 25px;
  }
  .footer_middle_ctn{
    border-left: 0px solid #5177ae;
  }
  .middle_box_big ul li::after{
  	  display: none;
  }
  .top_logo_box{
	  width: 75%;
  }
  .top_logo_right_box{
	  width: 23%;
  }
  .middle_box_big ul li{
	      width: 126px;
  }
  .middle_nav_txt h3 a{
	  padding: 0;
  }
}
/* 平板电脑 */
@media (min-width:768px) and (max-width:992px ) {
	.middle_box_big ul li{
		  padding-left: 0px;
		  text-align: center;
	}
  .Content{
      width:738px;
  }
  .nav_ctn_left{
    max-width: 19%;
    padding: 0 1% 0 1%;
    font-size: 12px;
    
  }
  .nav_input_box{
    width: 32%;
  }
  .middle_nav_txt{
    width: 80%;
	height:50px;
	overflow:hidden;
    margin-left: 1%;
  }
  .middle_nav_txt li{
    width: 11%;
    font-size: 12px;
  }
  .city_box_big{
    max-width: 100%;
  }

  .banner_input_box > input{
    padding: 0 2% 0 10%;
  }
  /* 底部 */
  .footer_right_ctn{
    width: 63%;
  }
  .footer_middle_ctn {
    width: 35%;
}
  .footer_middle_ctn > li{
    height: 147px;
    width: 30%;
    margin-left: 0;
  }
  .footer_middle_ctn > li:nth-child(2){
    margin: 0 10px;
  }
  .Telephone_box_big > h6{
    font-size: 16px;
  }
  .nav_ctn_left::after,
  .scroll-top .nav_ctn .on::after{
    display: none;
  }
  .middle_box_big ul li{
	  margin-bottom: 15px;
  }
  .banner_input_box_big {
	  margin-bottom: 15px;
  }
  .middle_box_big ul li{
	  width: 132px;
  }
  .Official_praise_ctn_box li{
	  height: 176px;
  }
  .middle_nav_txt h3 a{
  	  padding: 0;
  }
  .top_logo_right_box {
	  display: none;
  }
}

@media only screen and (max-width: 770px) { 
  .Content{
      width:92%;
      margin: auto;
  }

  .nav_box_big{
    height: auto;
  }
  .PolicyFit_box_big {
    margin-top: 65px;
}
.middle_nav_txt h3 a{
	background-color: #fff;
	color: #333;
}
.middle_nav_txt h3 a:hover{
	background-color: #fff;
	color: #333;
}
.middle_nav_txt h3 .on{
	background-color: #fff;
	color: #333;
		border-bottom: 3px solid #e32202;
}
  /* 移动导航 */
  
  .phone_nav_box{
    height: 50px;
    width: 100%;
    position: fixed;
    background: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    border-bottom: 1px solid #e3e3e3;
    z-index: 9999;
  }
  .logo_box{
    width: 17%;
    margin-left: 15px;
    margin-top: 4px;
  }
  .Mobile_menu{
    float:right;
    position: relative;
    width: 50px;
    height: 50px;
  }
  .hamburger{
    position: absolute;
    width: 24px;
    height: 3px;
    background: #fff;
    top: 14px;
    left: 10px;
  }
  .hamburger:after{
     position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background: #fff;
    top: 8px;
  }
  .hamburger::before{
    position: absolute;
     content: "";
     width: 24px;
     height: 3px;
     background: #fff;
     top: 15px;
   }
  .active  .Mobile_menu .hamburger{
    position: absolute;
    width: 24px;
    height: 3px;
    background: #333;
    top: 14px;
    left: 10px;
  }
   .active  .Mobile_menu .hamburger:after{
     position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background: #333;
    top: 8px;
  }
  .active  .Mobile_menu .hamburger::before{
    position: absolute;
     content: "";
     width: 24px;
     height: 3px;
     background: #333;
     top: 15px;
   }
   .scroll-top  .Mobile_menu .hamburger{
    position: absolute;
    width: 24px;
    height: 3px;
    background: #333;
    top: 14px;
    left: 10px;
  }
   .scroll-top  .Mobile_menu .hamburger:after{
     position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background: #333;
    top: 8px;
  }
  .scroll-top  .Mobile_menu .hamburger::before{
    position: absolute;
     content: "";
     width: 24px;
     height: 3px;
     background: #333;
     top: 15px;
   }
   .nav_ctn_box{
    position: fixed;
    background-color: #1a1a1a;
    position: fixed;
    top: 50px;
    height: 100%;
    z-index: 9998;
    right: -100%;
   }
   .phone_logo{
     width: 50%;
     display: block;
     float: left;
     margin: 15px 0 0 15px;
   }
   .phone_logo > img{
     width: 100%;
   }
   .scroll-top .phone_nav_box{
     background-color: #fff;
   }
   .scroll-top .nav_ctn_box{
     background-color: #1a1a1a;
   }
   .middle_nav_txt li,
   .nav_ctn_left{
    max-width: 100%;
    font-size: 16px;
    text-align: left;
    
   }
   .nav_ctn_left{
     padding: 0;
   }
   .scroll-top .nav_ctn_left{
     width: 100%;
    background-color: #1a1a1a;
   }
   .scroll-top .middle_nav_txt > a {
    color: #fff;
  }
  .city_box_big{
    width: auto;
    margin-right: 10px;
  }
   /* 底部 */
   .footer_right_ctn{
    width: 63%;
    margin-left: 0;
  }
  .footer_middle_ctn {
    width: 100%;
}
  .footer_middle_ctn > li{
    height: 147px;
    width: 31.33%;
    margin-left: 0;
  }
  .footer_middle_ctn > li:nth-child(2){
    margin: 0 3%;
  }
  .Telephone_box_big > h6{
    font-size: 16px;
  }
  .footer_right_ctn{
    width: 100%;
    margin-top: 15px;
  }
  .Wechat_box_big,
  .Telephone_box_big{
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .Telephone_box_big{
    border-right: 0px solid #fff;
  }
  .footer_Consults_box{
    width: 100%;
  }
  .footer_middle_ctn > li > p,
  .Telephone_box_big > p,
  .Wechat_title,
  .Wechat_box_ctn > p
  {
    font-size: 12px;
  }
  .Wechat_box_big, .Telephone_box_big{
    height: 170px;
  }
  .Wechat_title{
    height: 30px;
    line-height: 30px;
  }
  footer {
    padding: 20px 0 0 0;
	margin-bottom: 70px;
  }
  .footer_right_ctn{
    padding-bottom: 15px;
  }
  .footer_Consults_box > a{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .EnterNumber_input_box > input,
  .EnterNumber_btn{
    font-size: 16px;
  }
  .EnterNumber_btn,
  .EnterNumber_input_box > input{
    height: 45px;
    line-height: 45px;
  }
  .Copyright_txt{
    padding: 20px 0 20px 0;
  }
  .Links_Partner_box_big {
    margin-bottom: 20px;
  }
  .Copyright_txt{
    font-size: 14px;
  }
  .scroll-top .middle_nav_txt > a:hover {
    background-color: #1a1a1a;
    color: #fff;
  }
  .nav_ctn_left{
    color: #fff;
  }
  .middle_nav_txt{
    width: 100%;
  }
  .top_logo_box{
	width: 100%;
  }
  .top_logo{
	width: 35%;  
  }
  .top_logo img{
	  width: 100%;
  }
  
  
  .top_logo_txt_box{
	width: 55%;
	float: right;
	margin-top: 5px;
  }
  .top_logo_txt_name{
	  font-size: 14px;
	  font-weight: bold;
	  color: #2a2a2a;
  }
  .top_logo_txt{
	  font-size: 10px;
	  color: #2a2a2a;
  }
  .top_logo_txt span {
      margin-right: 12px;
  }
  .top_logo{
	margin-top: 0px;  
  }
  .middle_box_big ul{
	  float: none;
	  overflow-x: auto;
	  list-style: none;
	  white-space: nowrap;
	  width: auto;
		 
  }
  .middle_box_big ul li{
	  float: none;
	  display: inline-block;
	  width: 123px;
	  margin-right: 0%;
		box-shadow: 0px 0px 0px 0 rgb(0 0 0 / 20%);
  }
  .middle_box_big ul li{
	  font-size: 10px;
  }
  .middle_box_big ul li::after{
	      left: 1%;
  }
  .middle_box_big ul li{
	 width: 113px;
	 padding-left: 22px;
	 text-align: left;
	 margin-bottom: 5px;
	 border-right: 1px solid #ececec;
	 
  }
/*  .middle_box_big ul li:nth-child(4),
  .middle_box_big ul li:nth-child(5){
	  display: none;
  } */
  .middle_box_big{
	  margin-top: 5px;
  }
  .middle_nav_box{
	      margin: auto;
	      overflow-x: auto;
	      list-style: none;
	      white-space: nowrap;
	      width: auto;
		 
  }
  .nav_ctn_left{
	  display: inline-block;
	  float: left;
  }
  .middle_nav_txt{
	 float: none;
	 width: 60%;
	 display: inline-block;
	 margin-left: 1%; 
  }
  .middle_box_big ul li:nth-child(4)::after,
  .middle_box_big ul li:nth-child(5)::after{
	  background-position: 0;
  }
  .middle_nav_txt{
	display: inline-block;
	width: 1080px;
	    padding-right: 60px;
  }
  .middle_nav_txt > a{
	  width: 11%;
	 
  }
  .show-area{
	      padding: 0 15px;
  }
  .middle_nav_box_big{
	  position: relative;
	 margin-top: 0px;3 
  }
  .nav_ctn_left,
  .middle_nav_txt > a{
	 color: #666666; 
  }
  .middle_nav_box_big,
  .nav_ctn_left{
	  background-color: #fff;
  }
  .move_search_box{
	  width:50px;
	  height: 50px;
	  position: absolute;
	  box-shadow: 0 0 10px 2px #fbe2de;
	  right: 0;
	  top: 0;
	  display: block;
	  background-color: #fff;
  }
  .move_search_box::after{
	  width: 16px;
	  height: 17px;
	  content: "";
	  background-image: url(../img/M_search.png);
	  position: absolute;
	  top: 16px;
	  left: 18px;
	  background-size: 100% 100%;
  }
  .middle_box_big ul li{
	  border:0px solid #ddd;
  }
  .middle_nav_box_big{
	  position: relative!important;
  }
  .middle_nav_txt > a{
	  border-bottom: 0 solid #ddd;
  }
  .nav_ctn_left{
	  padding: 0 10px;
  }
  .middle_nav_box  .on{
	  position: relative;
	  border-bottom: 3px solid #e32202;
	  background-color: rgba(0, 0, 0, 0);
	  
  }
.nav_ctn_left{
	position: relative;
	padding-right: 15px;
	 float: left;
}
.nav_ctn_left::before{
	width: 1px;
	height: 29px;
	background-color: #dedede;
	position: absolute;
	right: 0;
	top: 11px;
	content: "";
}
.nav_ctn_left::after{
	width: 7px;
	height: 5px;
	content: "";
	position: absolute;
	background-image: url(../img/home/Navigation.png);
	left: auto;
	right: 9px;
	    top: 22px;
	background-size: 100% 100%;
	background-position:center;
}
.middle_box_big ul li{
	padding-left: 13px;
	margin-right: 4%;
	width: auto;
	
}
.middle_box_big ul li::after {
	width: 10px;
	height: 10px;
	background-image: url(../img/icon-home.png);
	background-size: 100% 100%;
	background-position:center;
	top: 13px;
	left: 0;
}
.middle_box_big ul li:nth-child(2)::after{
	background-position:center;
}
.middle_box_big ul li:nth-child(3)::after{
	background-position:center;
}
	.top_logo_txt{
		text-align: right;
	}
	.top_logo_txt_name{
		text-align: right;
	}
	
}